home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
01044_Script_7DNoBuyers Continue Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
438b
|
20 lines
on mouseDown
put "ContinueBTN" into f
put "ContinueBTNHL" into fHL
hiliter 23, f, fHL
puppetsound "button.aif"
updatestage
end MouseDown
on mouseUp
global theMovieName, COURT, CHEEVERS, g01A
if theMovieName = "C06V01C.mov" then
set Cheevers = "c"
end if
if theMovieName = "C07V21D.MOV" then set CHEEVERS = "X"
if theMovieName = "P07D21A.MOV" then set COURT = "c"
GameContinue
end mouseUp